ComponentOne ASP.NET MVC Controls
ItemsSourceFunction Method

C1.Web.Mvc.Fluent Namespace > AutoCompleteBaseBuilder<T,TControl,TBuilder> Class : ItemsSourceFunction Method
The value.
Configurates C1.Web.Mvc.AutoCompleteBase<T>.ItemsSourceFunction. Sets a function that provides list items dynamically as the user types.
Syntax
'Declaration
 
Public Overridable Function ItemsSourceFunction( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder ItemsSourceFunction( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

AutoCompleteBaseBuilder<T,TControl,TBuilder> Class
AutoCompleteBaseBuilder<T,TControl,TBuilder> Members